GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging / CropBorders_4 Method





In This Topic
CropBorders_4 Method (IGdPictureImaging)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(233)>
Function CropBorders_4( _
   ByVal ImageID As Integer, _
   ByVal Confidence As Single, _
   ByVal PixelReference As ReferencePoint, _
   ByRef Left As Integer, _
   ByRef Top As Integer, _
   ByRef Width As Integer, _
   ByRef Height As Integer _
) As GdPictureStatus
[DispId(233)]
GdPictureStatus CropBorders_4( 
   int ImageID,
   float Confidence,
   ReferencePoint PixelReference,
   ref int Left,
   ref int Top,
   ref int Width,
   ref int Height
)
function CropBorders_4( 
    ImageID: Integer;
    Confidence: Single;
    PixelReference: ReferencePoint;
   var  Left: Integer;
   var  Top: Integer;
   var  Width: Integer;
   var  Height: Integer
): GdPictureStatus; 
DispIdAttribute(233)
function CropBorders_4( 
   ImageID : int,
   Confidence : float,
   PixelReference : ReferencePoint,
   Left : int,
   Top : int,
   Width : int,
   Height : int
) : GdPictureStatus;
[DispId(233)]
GdPictureStatus CropBorders_4( 
   int ImageID,
   float Confidence,
   ReferencePoint PixelReference,
   ref int Left,
   ref int Top,
   ref int Width,
   ref int Height
) 
[DispId(233)]
GdPictureStatus CropBorders_4( 
   int ImageID,
   float Confidence,
   ReferencePoint PixelReference,
   int% Left,
   int% Top,
   int% Width,
   int% Height
) 

Parameters

ImageID
Confidence
PixelReference
Left
Top
Width
Height
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging
IGdPictureImaging Members